home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Home 109
/
PC Home 109.iso
/
data1.cab
/
Program_Files
/
ID004.dxr
/
00033.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-03-02
|
257 b
|
17 lines
on exitFrame
repeat with n = 0 to 13
set the blend of sprite 3 to n * 8
updateStage()
set the visible of sprite 3 to 1
put "n"
if n >= 96 then
exit repeat
end if
end repeat
go(the frame + 1)
end
on mouseUp
go(160)
end